|
Knockout is a standalone JavaScript implementation of the Model-View-ViewModel pattern with templates. The underlying principles are therefore: * a clear separation between domain data, view components and data to be displayed * the presence of a clearly defined layer of specialized code to manage the relationships between the view components The latter leverages the native event management features of the JavaScript language. These features streamline and simplify the specification of complex relationships between view components, which in turn make the display more responsive and the user experience richer. Knockout was developed and is maintained as an open source project by Steve Sanderson, a Microsoft employee. As the author said, "it continues exactly as-is, and will evolve in whatever direction I and its user community wishes to take it", and stressed, "this isn’t a Microsoft product". == Features == Knockout includes the following features: * Declarative bindings * Automatic UI refresh (when the data model's state changes, the UI updates automatically) * Dependency tracking * Templating (using a native template engine although other templating engines can be used, such as jquery.tmpl) 抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)』 ■ウィキペディアで「Knockout (web framework)」の詳細全文を読む スポンサード リンク
|